home *** CD-ROM | disk | FTP | other *** search
/ Alpha CD-ROM Bonus Pack / Alpha CD-ROM Bonus Pack.iso / virtus / inst.bat next >
Encoding:
DOS Batch File  |  1995-03-22  |  704 b   |  21 lines

  1. @echo off
  2. echo To install the Virtus WalkThrough Special Edition
  3. echo run: INST.BAT [Destination Drive], (i.e. INST.BAT C)
  4. echo ...
  5. echo If you did not specify a "Destination Drive,"
  6. echo press Ctrl+C and run INST.BAT with a Destination 
  7. echo Drive letter. 
  8. echo ...
  9. echo If you DID specify a Destination Drive letter...
  10. pause
  11. virtus.exe -d %1:\
  12. echo Virtus WalkThrough Special Edition has been installed
  13. echo to %1 Drive.  To run Virtus WalkThrough Special Edition,
  14. echo from File Manager find the %1:\VIRTUS directory and 
  15. echo double-click on the VWALK_SE.EXE file with your mouse.
  16. echo ...
  17. echo See your Windows manual on how to creatr a program group
  18. echo and icon.
  19. echo .
  20. pause
  21.